home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2004 August
/
Disc 1
/
PCU0804CD1.iso
/
software
/
browsers
/
files
/
opera1.exe
/
OPERA.JAR
/
com
/
opera
/
HttpURLConnection.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2004-02-12
|
249 b
|
10 lines
package com.opera;
import java.net.URL;
public class HttpURLConnection extends OperaURLConnection {
protected HttpURLConnection(URL var1) {
super(var1);
}
}